'Declaration Public Overloads Overridable Function Insert( _
ByVal indexThe zero-based index at which item should be inserted.As System.Int32, _
ByVal contentInfoThe content info to insert into the collection.As OpenXmlContentInfo _
) As T
public virtual T Insert(
System.Int32 index,
OpenXmlContentInfo contentInfo
)
public: virtual T* Insert(
System.Int32 index,
OpenXmlContentInfo* contentInfo
)
public:
virtual T^ Insert(
System.Int32 index,
OpenXmlContentInfo^ contentInfo
)
Parameters
- index
- The zero-based index at which item should be inserted.
- contentInfo
- The content info to insert into the collection.
Return Value
An OpenXmlDocumentElement, which is created from contentInfo.